chore(evm-wallet-experiment): Reduce e2e testing friction#940
Open
chore(evm-wallet-experiment): Reduce e2e testing friction#940
Conversation
Contributor
Coverage Report
File CoverageNo changed files found. |
62111cc to
9c824f4
Compare
…demo, add docker:ps/down:volumes, make docker:delegate pair-aware
41a4dee to
e819852
Compare
…d teardown instructions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nd interactive-*.mjs→demo-*.mjs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
dc1f644 to
3d23828
Compare
…roughout demo stack Renames: run-interactive-compose.mjs→run-demo-compose.mjs, .env.interactive→.env.demo, Dockerfile target interactive→demo. Identifier sweep: INTERACTIVE_PACKAGE_ROOT→DEMO_PACKAGE_ROOT, INTERACTIVE_PAIR_TO_PROFILE→DEMO_PAIR_TO_PROFILE, interactiveDockerComposeArgs→demoDockerComposeArgs, runInteractiveCompose→runDemoCompose, etc. Env vars: OCAP_INTERACTIVE_PAIR→OCAP_DEMO_PAIR, DEBUG_OCAP_INTERACTIVE_COMPOSE→DEBUG_OCAP_DEMO_COMPOSE. Docs updated throughout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
sirtimid
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Note
Low Risk
Low risk since changes are limited to developer tooling, Docker compose wrappers, and documentation; main wallet logic and test behavior are unchanged. Risk is mostly around breaking existing local commands due to script renames and updated env vars/compose targets.
Overview
Reduces Docker E2E friction by adding a Claude skill (
.claude/skills/evm-wallet-docker-e2e/SKILL.md) with a prescribed build/up/health-check/test/diagnostics flow and by adding new workspace scripts likedocker:psanddocker:down:volumes.Replaces the previous “interactive” local stack with a “demo” stack: introduces
docker/.env.demo,docker/demo-compose-lib.mjs+run-demo-compose.mjs, and new helper commands (docker:demo:*,docker:demo:attach:*,docker:delegatenow pair-aware). Updates the kernel Dockerfile target frominteractivetodemo, removes the old interactive env/lib/runner, and refreshes docs/README/maintainer notes to match the new naming and commands.Reviewed by Cursor Bugbot for commit 7408c6b. Bugbot is set up for automated code reviews on this repo. Configure here.